home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Mixed Mode Maddness / Emulator / Header / bcd.h < prev    next >
Text File  |  2000-06-23  |  109b  |  5 lines

  1. UInt8 ConvertNumToBCD(UInt8 theNum);
  2. UInt8 ConvertBCDToNum(UInt8 theNum);
  3. UInt8 NormalizeBCD(UInt8 theNum);
  4.  
  5.